home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / ui / messages.h < prev    next >
Text File  |  1994-08-04  |  2KB  |  107 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    jonathan@Think.COM
  6. */
  7.  
  8. /* Copyright (c) CNIDR (see ../COPYRIGHT) */
  9.  
  10.  
  11. /* some typical error messages */
  12.  
  13. #define DIAG_MESSAGE \
  14.  "\nCode: %s, %s"
  15.  
  16. #define NOSELECT_MESSAGE \
  17.  "\nNo selected item.  Select one and try again."
  18.  
  19. #define NODOC_MESSAGE \
  20.  "\nUnable to find document.  This should not happen."
  21.  
  22. #define BADCONNECT_MESSAGE \
  23.  "\nWarning: no information returned.  Possibly a bad connection"
  24.  
  25. #define BADALLOC_MESSAGE \
  26.  "\nUnable to allocate space."
  27.  
  28. #define BUFFOVER_MESSAGE \
  29.  "\nBuffer overflow!"
  30.  
  31. #define SEARCH_MESSAGE \
  32.  "Searching %s..."
  33.  
  34. #define NOSEARCH_MESSAGE \
  35.  "\nCan't search %s: Init Failure."
  36.  
  37. #define INITSOURCE_MESSAGE \
  38.  "Initializing connection..."
  39.  
  40. #define FOUND_MESSAGE \
  41.  "Found %d items."
  42.  
  43. #define BADWAIS_MESSAGE \
  44.  "Failed to send WAIS request to source"
  45.  
  46. #define INITFAIL_MESSAGE \
  47.  ": connection failed!"
  48.  
  49. #define NOSOURCE_MESSAGE \
  50.  "\nCould not find Source: %s. "
  51.  
  52. #define VIEWSOURCE_MESSAGE \
  53.  "\nViewing source: %s"
  54.  
  55. #define GETDOC_MESSAGE \
  56.  "Getting \"%s\" from %s..."
  57.  
  58. #define BADNEXT_MESSAGE \
  59. "\nCould not get next document."
  60.  
  61. #define BADPREV_MESSAGE \
  62.  "\nCould not get previous document."
  63.  
  64. #define NOGETDOC_MESSAGE \
  65.  "\nUnable to retrieve \"%s\" from %s."
  66.  
  67. #define RECEIVE_MESSAGE \
  68.  "\nReceived %d bytes from %s..."
  69.  
  70. #define NODATA_MESSAGE \
  71.  "\nNo data returned"
  72.  
  73. #define BADFOPEN_MESSAGE \
  74.  "\nError opening file: %s."
  75.  
  76. #define ENTERFNAME_MESSAGE \
  77.  "\nYou have to enter a filename."
  78.  
  79. #define UNKNOWNTYPE_MESSAGE \
  80.  "\nDocument is of type: %s, which is unknown. Using Save routine."
  81.  
  82. #define FILTER_MESSAGE \
  83.  "\nRunning '%s %s'"
  84.  
  85. #define ABORT_MESSAGE \
  86.  "\nTransaction Aborted."
  87.  
  88. #define DONE_MESSAGE \
  89.  "done."
  90.  
  91. /*
  92.  * $Log: messages.h,v $
  93.  * Revision 1.2  1994/08/05  07:30:09  pfeifer
  94.  * Release beta 04
  95.  *
  96.  * Revision 1.1  93/06/23  20:02:35  warnock
  97.  * Initial revision
  98.  * 
  99.  * Revision 1.1  1993/02/16  15:09:27  freewais
  100.  * Initial revision
  101.  *
  102.  * Revision 1.1  92/06/21  12:40:01  jonathan
  103.  * Initial revision
  104.  * 
  105.  * 
  106.  */
  107.